Merge lp:~alexwolf/stellarium/ArchaeoLines into lp:~georg-zotti/stellarium/gz_plugin-ArchaeoLines

Proposed by Alexander Wolf
Status: Merged
Merged at revision: 7193
Proposed branch: lp:~alexwolf/stellarium/ArchaeoLines
Merge into: lp:~georg-zotti/stellarium/gz_plugin-ArchaeoLines
Diff against target: 10 lines (+1/-1)
1 file modified
plugins/ArchaeoLines/src/ArchaeoLines.cpp (+1/-1)
To merge this branch: bzr merge lp:~alexwolf/stellarium/ArchaeoLines
Reviewer Review Type Date Requested Status
gzotti Approve
Review via email: mp+254348@code.launchpad.net

Description of the change

Compilation fix

To post a comment you must log in.
Revision history for this message
gzotti (georg-zotti) wrote :

Thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/ArchaeoLines/src/ArchaeoLines.cpp'
2--- plugins/ArchaeoLines/src/ArchaeoLines.cpp 2015-03-26 15:38:19 +0000
3+++ plugins/ArchaeoLines/src/ArchaeoLines.cpp 2015-03-27 04:41:25 +0000
4@@ -287,7 +287,7 @@
5 zenithPassageLine->update(deltaTime);
6 nadirPassageLine->update(deltaTime);
7
8- withDecimalDegree = dynamic_cast<StelGui*>(StelApp::getInstance().getGui())->getFlagShowDecimalDegrees();
9+ withDecimalDegree = StelApp::getInstance().getFlagShowDecimalDegrees();;
10 }
11
12

Subscribers

People subscribed via source and target branches

to all changes: