summaryrefslogtreecommitdiff
path: root/src/monitor-gui.cc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2017-07-22 23:03:26 +0200
committerJoel Klinghed <the_jk@yahoo.com>2017-07-22 23:03:26 +0200
commitd9e1e04c09a99b2a507e071f434fd394f4781051 (patch)
tree85bbff5e3985682660a3808b222e9aa2c9a344c5 /src/monitor-gui.cc
parentcb17c3035bbd80bd8ea6718bae4c57cfb2555653 (diff)
fixup! Initial monitor GUI
Missing static initializer
Diffstat (limited to 'src/monitor-gui.cc')
-rw-r--r--src/monitor-gui.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/monitor-gui.cc b/src/monitor-gui.cc
index 682b441..dacc318 100644
--- a/src/monitor-gui.cc
+++ b/src/monitor-gui.cc
@@ -217,6 +217,9 @@ private:
};
// static
+const PackageList::Package PackageList::EMPTY;
+
+// static
const std::string PackageList::empty_;
class MonitorGui : GuiMenu::Listener, GuiMain::Listener, Monitor::Delegate {