diff options
author | jmarshallnz <jmarshallnz@svn> | 2009-09-29 03:30:18 +0000 |
---|---|---|
committer | jmarshallnz <jmarshallnz@svn> | 2009-09-29 03:30:18 +0000 |
commit | 43643ac594572bfbc1d88dd3a9a5fd070274f447 (patch) | |
tree | b8136aed902bbad657b08351b900441f9ccdd398 /guilib/XBTF.h | |
parent | 3f7bf496776da9bd0bc1e2295c82fefd19716c55 (diff) |
changed: type change of the day: long long -> int64_t where reasonable, and removed a few long/int64_t overloads.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23236 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/XBTF.h')
-rw-r--r-- | guilib/XBTF.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guilib/XBTF.h b/guilib/XBTF.h index 1a24630c5a..0752dc2325 100644 --- a/guilib/XBTF.h +++ b/guilib/XBTF.h @@ -83,7 +83,7 @@ public: void SetFormat(uint32_t format); std::vector<CXBTFFrame>& GetFrames(); - unsigned long long GetHeaderSize() const; + uint64_t GetHeaderSize() const; private: char m_path[256]; |