summaryrefslogtreecommitdiffstats
path: root/src/GladeFile.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-02 04:14:26 +0000
committerDavid Robillard <d@drobilla.net>2008-01-02 04:14:26 +0000
commit119af67b5139e40eb3f21dde42882765e917efcb (patch)
treec538c7a53d6a32f89dec27663e202666139f1197 /src/GladeFile.hpp
parent1c2a70154bc1f9070c1a2b9b3cf98f8d398ca215 (diff)
downloadpatchage-119af67b5139e40eb3f21dde42882765e917efcb.tar.gz
patchage-119af67b5139e40eb3f21dde42882765e917efcb.tar.bz2
patchage-119af67b5139e40eb3f21dde42882765e917efcb.zip
Minor Patchage code cleanups.
git-svn-id: http://svn.drobilla.net/lad/patchage@1001 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/GladeFile.hpp')
-rw-r--r--src/GladeFile.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp
index fb4c474..cc0954c 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -24,9 +24,7 @@
#include <stdexcept>
#include <libglademm/xml.h>
-
-class GladeFile
-{
+class GladeFile {
public:
static Glib::RefPtr<Gnome::Glade::Xml> open(const std::string& base_name) {
Glib::RefPtr<Gnome::Glade::Xml> xml;
@@ -52,4 +50,4 @@ public:
}
};
-#endif //GLADEFILE_HPP
+#endif // GLADEFILE_HPP