summaryrefslogtreecommitdiff
path: root/src/openbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/openbox.cc')
-rw-r--r--src/openbox.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/openbox.cc b/src/openbox.cc
index 194a737c..e657fbd3 100644
--- a/src/openbox.cc
+++ b/src/openbox.cc
@@ -55,6 +55,7 @@
#include "Window.h"
#include "Workspace.h"
#include "Workspacemenu.h"
+#include "Util.h"
#include <string>
#include <algorithm>
@@ -1209,9 +1210,9 @@ void Openbox::load_rc(void) {
void Openbox::load_rc(BScreen *screen) {
- assert (screen != NULL);
+ ASSERT (screen != NULL);
const int screen_number = screen->getScreenNumber();
- assert (screen_number >= 0);
+ ASSERT (screen_number >= 0);
if (!config.load())
return;