aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/Source/Packaging.h
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
committerBenjamin Dobell <benjamin.dobell@glassechidna.com.au>2011-07-09 17:37:36 +1000
commitbf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e (patch)
treec0199127003c2d5418fa6b10fb0676c7abcb0a7e /heimdall-frontend/Source/Packaging.h
parent70c1e8e5bae373c4660e460703b577336caac8b0 (diff)
downloadexternal_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.zip
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.gz
external_heimdall-bf17bbf5736e4774b1ac8e18698bc2fcf6ff9a1e.tar.bz2
Version 1.3 (beta)
Diffstat (limited to 'heimdall-frontend/Source/Packaging.h')
-rw-r--r--[-rwxr-xr-x]heimdall-frontend/Source/Packaging.h10
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