diff --git a/format.h b/format.h index 575ad59e..c132352c 100644 --- a/format.h +++ b/format.h @@ -911,7 +911,7 @@ struct WCharHelper { template class IsConvertibleToInt { - private: + protected: typedef char yes[1]; typedef char no[2];