Missing private after preprocessor condition.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@988 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
a3c0926e23
commit
56225861f7
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ class flex_string : private Storage
|
||||||
#else
|
#else
|
||||||
Invariant(const flex_string&) {}
|
Invariant(const flex_string&) {}
|
||||||
#endif
|
#endif
|
||||||
|
private:
|
||||||
Invariant& operator=(const Invariant&);
|
Invariant& operator=(const Invariant&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue