mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile Problem:
./gui/connect/ConfCertDialog.h:27:42: error: gui/help/browser/HelpBrowser.h: No such file or directory The file is named "helpbrowser.h" not "HelpBrowser.h" git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3081 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2af2b056f4
commit
e73a144c8b
@ -24,7 +24,7 @@
|
||||
#define _CONFCERTDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include "gui/help/browser/HelpBrowser.h"
|
||||
#include "gui/help/browser/helpbrowser.h"
|
||||
|
||||
|
||||
#include "ui_ConfCertDialog.h"
|
||||
|
Loading…
Reference in New Issue
Block a user