Fixed indentation

This commit is contained in:
Robert Osfield 2007-12-23 13:08:14 +00:00
parent c57d989fef
commit 8c5a9ac218

View File

@ -424,7 +424,7 @@ class OSG_EXPORT GraphicsContext : public Object
OperationQueue _operations;
osg::ref_ptr<Operation> _currentOperation;
ref_ptr<GraphicsThread> _graphicsThread;
ref_ptr<GraphicsThread> _graphicsThread;
ref_ptr<ResizedCallback> _resizedCallback;