diff --git a/apps/openmw-mp/stackwalker/StackWalker.h b/apps/openmw-mp/stackwalker/StackWalker.h index 02ec72fb8..65c22fa0f 100644 --- a/apps/openmw-mp/stackwalker/StackWalker.h +++ b/apps/openmw-mp/stackwalker/StackWalker.h @@ -94,7 +94,7 @@ public: // in older compilers in order to use it... starting with VC7 we can declare it as "protected" protected: #endif - enum { STACKWALK_MAX_NAMELEN = 1024 }; // max name length for found symbols + enum { STACKWALK_MAX_NAMELEN = 1024 }; // max name length for found symbols protected: // Entry for each Callstack-Entry