commit | bb170d47f5db48d75172475637a5cc7b1e7c5192 | [log] [tgz] |
---|---|---|
author | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Feb 25 13:48:59 2013 -0800 |
committer | Zhenkai Zhu <zhenkai@cs.ucla.edu> | Mon Feb 25 16:23:56 2013 -0800 |
tree | 041c3445421f6295d4c27966dee14a0b657be30f | |
parent | 5a95a253a6ef7770e9550fc13005a044864e5899 [diff] [blame] |
slightly improve wscript c++ code for auto-update compiles Change-Id: Iad2aebf330f8620573db3fec615d83086c94c779
diff --git a/osx/auto-update/auto-update.h b/osx/auto-update/auto-update.h index 4313641..86068c8 100644 --- a/osx/auto-update/auto-update.h +++ b/osx/auto-update/auto-update.h
@@ -24,6 +24,7 @@ class AutoUpdate { public: + virtual ~AutoUpdate() {}; virtual void checkForUpdates() = 0; }; #endif