diff options
Diffstat (limited to 'src/monitor-gui.cc')
| -rw-r--r-- | src/monitor-gui.cc | 3 |
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 { |
