From 79b562755d524efcee11e63454ad02b29c08d042 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Tue, 2 Feb 2010 10:39:18 +0000 Subject: [PATCH] J : * Fix a syntax error --- JGE/src/JSfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/src/JSfx.cpp b/JGE/src/JSfx.cpp index 35e06c398..80a909eb6 100644 --- a/JGE/src/JSfx.cpp +++ b/JGE/src/JSfx.cpp @@ -48,7 +48,7 @@ JSample::~JSample() releaseWaveData(mSample); } -unsigned long JSample;:fileSize() +unsigned long JSample::fileSize() { return mSample->fileSize; }