should be private

This commit is contained in:
Gered 2013-08-17 18:09:22 -04:00
parent 71fb739670
commit 78e1a0df25

View file

@ -8,7 +8,7 @@ namespace Blarg.GameFramework
{
public abstract class BaseApplication : IApplication
{
public const string LOG_TAG = "BASE_APP";
const string LOG_TAG = "BASE_APP";
protected IGameApp GameApp { get; set; }