summaryrefslogtreecommitdiff
path: root/src/storm/SWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storm/SWrapper.h')
-rw-r--r--src/storm/SWrapper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/storm/SWrapper.h b/src/storm/SWrapper.h
index 4801566..b7e50ec 100644
--- a/src/storm/SWrapper.h
+++ b/src/storm/SWrapper.h
@@ -7,7 +7,6 @@
class SWrapper {
public:
SWrapper(const std::string& path);
- ~SWrapper();
std::vector<char> ReadFile(std::string path);
bool CreateFile(std::string path, std::vector<char> data);