summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/UIFile.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index ee0c4b7..d7f1e5c 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -67,7 +67,7 @@ public:
std::stringstream ss;
ss << "Unable to find " << base_name << std::endl;
throw std::runtime_error(ss.str());
- return Glib::RefPtr<Gtk::Builder>();
+ return {};
}
};