summaryrefslogtreecommitdiffstats
path: root/configmgr/source/access.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-11-29 11:54:46 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-29 13:12:20 +0100
commit048a25b4c89cb33bbdc72c0525418891c08a6acb (patch)
tree04c16e90cefdd78cf41f5abccfbaea1d332b8ce5 /configmgr/source/access.hxx
parent...originally probably replaced an en-dash (thanks Roman Eisele). (diff)
downloadcore-048a25b4c89cb33bbdc72c0525418891c08a6acb.tar.gz
core-048a25b4c89cb33bbdc72c0525418891c08a6acb.zip
Adapted to new assertion/logging mechanisms.
Diffstat (limited to 'configmgr/source/access.hxx')
-rw-r--r--configmgr/source/access.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/configmgr/source/access.hxx b/configmgr/source/access.hxx
index bf314f2f6aca..d2409cbb2f1d 100644
--- a/configmgr/source/access.hxx
+++ b/configmgr/source/access.hxx
@@ -564,7 +564,7 @@ private:
boost::shared_ptr<osl::Mutex> lock_;
-#if OSL_DEBUG_LEVEL > 0
+#if !defined NDEBUG
protected:
enum {
IS_ANY = 0, IS_GROUP = 0x01, IS_SET = 0x02, IS_EXTENSIBLE = 0x04,