summaryrefslogtreecommitdiff
path: root/src/operator-copy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operator-copy.cc')
-rw-r--r--src/operator-copy.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/operator-copy.cc b/src/operator-copy.cc
index 6f91349..06204b2 100644
--- a/src/operator-copy.cc
+++ b/src/operator-copy.cc
@@ -19,16 +19,16 @@
using namespace Binc;
using std::string;
-CopyOperator::CopyOperator(void) {}
+CopyOperator::CopyOperator() {}
-CopyOperator::~CopyOperator(void) {}
+CopyOperator::~CopyOperator() {}
-const string CopyOperator::getName(void) const
+const string CopyOperator::getName() const
{
return "COPY";
}
-int CopyOperator::getState(void) const
+int CopyOperator::getState() const
{
return Session::SELECTED;
}