diff options
Diffstat (limited to 'src/ProjectPropertiesDialog.hpp')
-rw-r--r-- | src/ProjectPropertiesDialog.hpp | 2 |
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); |