summaryrefslogtreecommitdiff
path: root/base/random.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/random.cc')
-rw-r--r--base/random.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/random.cc b/base/random.cc
index f18ed546d..9a4562e8a 100644
--- a/base/random.cc
+++ b/base/random.cc
@@ -39,7 +39,7 @@ class RandomContext : public ParamContext
public:
RandomContext(const string &_iniSection)
: ::ParamContext(_iniSection) {}
- ~RandomContext();
+ ~RandomContext() {}
void checkParams();
};