diff options
author | handbrake <[email protected]> | 2006-01-14 12:56:59 +0000 |
---|---|---|
committer | handbrake <[email protected]> | 2006-01-14 12:56:59 +0000 |
commit | 452f36599a1ea52f3bd42361b534594568c428fd (patch) | |
tree | 7f53f79212cf524f0a13ed5ee2250992f21eabcb /macosx/PictureGLView.h | |
parent | a9a84221af31ca7d11d1aa182d8b152270203f9f (diff) |
HandBrake 0.4
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureGLView.h')
-rw-r--r-- | macosx/PictureGLView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/PictureGLView.h b/macosx/PictureGLView.h index effbf3ee2..06e5a16e1 100644 --- a/macosx/PictureGLView.h +++ b/macosx/PictureGLView.h @@ -4,7 +4,7 @@ #include "Manager.h" -@interface PictureGLView : NSOpenGLView +@interface HBPictureGLView : NSOpenGLView { HBManager * fManager; |