diff options
Diffstat (limited to 'src/lbdata.hh')
| -rw-r--r-- | src/lbdata.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lbdata.hh b/src/lbdata.hh index 4444009..a901653 100644 --- a/src/lbdata.hh +++ b/src/lbdata.hh @@ -103,7 +103,7 @@ public: _debug(debug), _state(K_NONE) {} - virtual ~LBTest() {} + virtual ~LBTest(); virtual void init(); |
