Use struct instead of class for forward declaration of CrashReason as we define it...
author <shinichiro.hamaji@gmail.com> <>
Tue, 7 Apr 2009 09:03:16 +0000 (09:03 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Tue, 7 Apr 2009 09:03:16 +0000 (09:03 +0000)
git-svn-id: https://google-glog.googlecode.com/svn/trunk@44 eb4d4688-79bd-11dd-afb4-1d65580434c0

src/glog/logging.h.in
src/windows/glog/logging.h

index 463dc3720352204f0c9f84cbfb3374ff7b4b443a..8e8af788c79627023afed4d18eacd81a75f7a214 100644 (file)
@@ -840,7 +840,7 @@ namespace glog_internal_namespace_ {
 template <bool>
 struct CompileAssert {
 };
-class CrashReason;
+struct CrashReason;
 }  // namespace glog_internal_namespace_
 
 #define GOOGLE_GLOG_COMPILE_ASSERT(expr, msg) \
index 26ed501157e45e9638ab6bb56721ac7bc8e55ee5..76017e2f2567fdd14ba9d40a91022b9d3c79273a 100755 (executable)
@@ -844,7 +844,7 @@ namespace glog_internal_namespace_ {
 template <bool>
 struct CompileAssert {
 };
-class CrashReason;
+struct CrashReason;
 }  // namespace glog_internal_namespace_
 
 #define GOOGLE_GLOG_COMPILE_ASSERT(expr, msg) \