aboutsummaryrefslogtreecommitdiff
path: root/include/smdatapack.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/smdatapack.hpp')
-rw-r--r--include/smdatapack.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/smdatapack.hpp b/include/smdatapack.hpp
index 8431b58..2689eb3 100644
--- a/include/smdatapack.hpp
+++ b/include/smdatapack.hpp
@@ -30,10 +30,10 @@ private:
bool enmemory;
DWORD msize;
- char *cp,*bp;
+ const char *cp,*bp;
public:
bool openDtp(const char* path);
- bool openDtpFromMemory(char* ptr,DWORD size);
+ bool openDtpFromMemory(const char* ptr,DWORD size);
void closeDtp();
char* getFirstFile();
char* getLastFile();