summaryrefslogtreecommitdiffstats
path: root/src/ProjectPropertiesDialog.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProjectPropertiesDialog.hpp')
-rw-r--r--src/ProjectPropertiesDialog.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectPropertiesDialog.hpp b/src/ProjectPropertiesDialog.hpp
index e20cc20..36e500e 100644
--- a/src/ProjectPropertiesDialog.hpp
+++ b/src/ProjectPropertiesDialog.hpp
@@ -26,7 +26,7 @@ class Project;
class ProjectPropertiesDialog {
public:
- ProjectPropertiesDialog(Glib::RefPtr<Gnome::Glade::Xml> xml);
+ ProjectPropertiesDialog(LashProxy* proxy, Glib::RefPtr<Gnome::Glade::Xml> xml);
~ProjectPropertiesDialog();
void run(boost::shared_ptr<Project> project);