summaryrefslogtreecommitdiffstats
path: root/src/GladeFile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GladeFile.hpp')
-rw-r--r--src/GladeFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp
index da9ea3b..9f977b2 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -40,7 +40,7 @@ public:
fs.close();
return !fail;
}
-
+
static Glib::RefPtr<Gnome::Glade::Xml> open(const std::string& base_name) {
std::string glade_filename;
char* loc = NULL;