Tiny NPE fix
[zxing.git] / symbian / QQrDecoder / zxing / Exception.h
index 7502c5c..ac4026e 100644 (file)
@@ -28,7 +28,7 @@ namespace zxing {
 
 class Exception : public std::exception {
 private:
-  const char * message;
+  std::string message;
 
 public:
   Exception(const char *msg);