diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | heimdall-frontend/Source/Packaging.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/heimdall-frontend/Source/Packaging.h b/heimdall-frontend/Source/Packaging.h index b02637a..402f786 100755..100644 --- a/heimdall-frontend/Source/Packaging.h +++ b/heimdall-frontend/Source/Packaging.h @@ -43,11 +43,6 @@ namespace HeimdallFrontend kUstarHeaderLength = 500, }; - enum : quint64 - { - kMaxFileSize = 8589934592 - }; - enum { kModeOtherExecute = 1, @@ -92,6 +87,11 @@ namespace HeimdallFrontend class Packaging { + public: + + // Would definitely prefer to use an enum but VC++ and GCC give conflicting warnings about C++0x or type overflow. + static const qint64 kMaxFileSize; + private: enum |