diff options
Diffstat (limited to 'src/status.cc')
-rw-r--r-- | src/status.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/status.cc b/src/status.cc index 341c04f..657367b 100644 --- a/src/status.cc +++ b/src/status.cc @@ -9,6 +9,6 @@ using namespace Binc; -Status::Status(void) {} +Status::Status() {} -Status::~Status(void) {} +Status::~Status() {} |