diff options
author | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-02-17 19:00:24 (GMT) |
commit | 552f589c75750d4cf2896ebd86c30e4ccdc94285 (patch) | |
tree | afef474ccd73266ec2421f521f56b5088680766c /src/NotCopyable.hh | |
parent | c66f598b649aa8a935a5eb1bc1a52fa22fc4ad82 (diff) | |
download | fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.zip fluxbox-552f589c75750d4cf2896ebd86c30e4ccdc94285.tar.bz2 |
include guard
Diffstat (limited to 'src/NotCopyable.hh')
-rw-r--r-- | src/NotCopyable.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NotCopyable.hh b/src/NotCopyable.hh index dea4aae..1d119f0 100644 --- a/src/NotCopyable.hh +++ b/src/NotCopyable.hh | |||
@@ -19,8 +19,8 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | #ifndef _NOTCOPYABLE_HH_ | 22 | #ifndef NOTCOPYABLE_HH |
23 | #define _NOTCOPYABLE_HH_ | 23 | #define NOTCOPYABLE_HH |
24 | // inherit this class to | 24 | // inherit this class to |
25 | // disable assignment and copy | 25 | // disable assignment and copy |
26 | class NotCopyable | 26 | class NotCopyable |