diff options
Diffstat (limited to 'src/gui/LoadGraphWindow.hpp')
-rw-r--r-- | src/gui/LoadGraphWindow.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/LoadGraphWindow.hpp b/src/gui/LoadGraphWindow.hpp index f18998c7..b2063d75 100644 --- a/src/gui/LoadGraphWindow.hpp +++ b/src/gui/LoadGraphWindow.hpp @@ -77,8 +77,8 @@ private: void cancel_clicked(); void ok_clicked(); - Raul::Symbol symbol_from_filename(const Glib::ustring& filename); - Raul::Symbol avoid_symbol_clash(const Raul::Symbol& symbol); + raul::Symbol symbol_from_filename(const Glib::ustring& filename); + raul::Symbol avoid_symbol_clash(const raul::Symbol& symbol); App* _app = nullptr; |