summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/include/directshow/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/win32/include/directshow/cache.h')
-rwxr-xr-xthirdparties/win32/include/directshow/cache.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/thirdparties/win32/include/directshow/cache.h b/thirdparties/win32/include/directshow/cache.h
index a2d5752..4a38253 100755
--- a/thirdparties/win32/include/directshow/cache.h
+++ b/thirdparties/win32/include/directshow/cache.h
@@ -31,7 +31,8 @@
#define __CACHE__
-class CCache : CBaseObject {
+class CCache : CBaseObject
+{
/* Make copy constructor and assignment operator inaccessible */
@@ -67,7 +68,9 @@ public:
void RemoveAll(void);
/* Return the cache size which is set during construction */
- INT GetCacheSize(void) const {return m_iCacheSize;};
+ INT GetCacheSize(void) const {
+ return m_iCacheSize;
+ };
};
#endif /* __CACHE__ */
OpenPOWER on IntegriCloud