summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Freeze/TransactionI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/TransactionI.h b/cpp/src/Freeze/TransactionI.h
index 0172e5126c5..a46c9373969 100644
--- a/cpp/src/Freeze/TransactionI.h
+++ b/cpp/src/Freeze/TransactionI.h
@@ -20,7 +20,7 @@ namespace Freeze
class ConnectionI;
typedef IceUtil::Handle<ConnectionI> ConnectionIPtr;
-class SharedMutex;
+struct SharedMutex;
typedef IceUtil::Handle<SharedMutex> SharedMutexPtr;
class PostCompletionCallback : public virtual IceUtil::Shared