Compiler warning fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37275 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Wim van der Meer
2010-06-27 09:11:17 +00:00
parent 3433f0dc1a
commit 329e7bd264
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class GLRendererRoster;
class BGLView : public BView {
public:
BGLView(BRect rect, char* name,
BGLView(BRect rect, const char* name,
ulong resizingMode, ulong mode,
ulong options);
virtual ~BGLView();