diff options
author | madmaxoft <github@xoft.cz> | 2013-10-18 12:50:35 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-10-18 12:50:50 +0200 |
commit | e6bb025a9fc0beafc65aa8131d8836105b3b2943 (patch) | |
tree | 5df6abd658c726893f3eaa594dc474f1a0c05072 /source/WebAdmin.h | |
parent | Merge pull request #253 from SamJBarney/master (diff) | |
download | cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.tar cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.tar.gz cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.tar.bz2 cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.tar.lz cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.tar.xz cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.tar.zst cuberite-e6bb025a9fc0beafc65aa8131d8836105b3b2943.zip |
Diffstat (limited to 'source/WebAdmin.h')
-rw-r--r-- | source/WebAdmin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/WebAdmin.h b/source/WebAdmin.h index 72c77ddfb..488cec274 100644 --- a/source/WebAdmin.h +++ b/source/WebAdmin.h @@ -106,6 +106,7 @@ public: cWebAdmin(void); + ~cWebAdmin(); /// Initializes the object. Returns true if successfully initialized and ready to start bool Init(void); |