summaryrefslogtreecommitdiff
path: root/src/operator-check.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operator-check.cc')
-rw-r--r--src/operator-check.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/operator-check.cc b/src/operator-check.cc
index 110ce9c..260487e 100644
--- a/src/operator-check.cc
+++ b/src/operator-check.cc
@@ -16,16 +16,16 @@
using namespace Binc;
-CheckOperator::CheckOperator(void) {}
+CheckOperator::CheckOperator() {}
-CheckOperator::~CheckOperator(void) {}
+CheckOperator::~CheckOperator() {}
-const std::string CheckOperator::getName(void) const
+const std::string CheckOperator::getName() const
{
return "CHECK";
}
-int CheckOperator::getState(void) const
+int CheckOperator::getState() const
{
return Session::SELECTED;
}