Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/app/Main.cpp')
-rwxr-xr-xsource/blender/freestyle/intern/app/Main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/freestyle/intern/app/Main.cpp b/source/blender/freestyle/intern/app/Main.cpp
index ae4d28017c5..4f2556ed740 100755
--- a/source/blender/freestyle/intern/app/Main.cpp
+++ b/source/blender/freestyle/intern/app/Main.cpp
@@ -44,8 +44,8 @@ int main(int argc, char** argv)
//app->setMainWidget(mainWindow); // QT3
g_pController = new Controller;
- g_pController->SetMainWindow(&mainWindow);
- g_pController->SetView(mainWindow.pQGLWidget);
+ g_pController->setMainWindow(&mainWindow);
+ g_pController->setView(mainWindow.pQGLWidget);
mainWindow.show();