Browse Source

Update UIBargraph.h

Dal 8 years ago
parent
commit
ad5be9f445
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/Atomic/UI/UIBargraph.h

+ 1 - 1
Source/Atomic/UI/UIBargraph.h

@@ -38,7 +38,7 @@ public:
     UIBargraph(Context* context, bool createWidget = true);
     virtual ~UIBargraph();
 
-	void SetColor(Color col);
+    void SetColor(Color col);
 
 protected: