Skip to content

Commit

Permalink
Fix OpenOrienteering namespace for copyProjAssets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Turner committed Mar 22, 2019
1 parent 83c7153 commit 4afec3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/georeferencing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,6 @@ QDebug operator<<(QDebug dbg, const Georeferencing &georef)
}


} // namespace OpenOrienteering



#if defined(Q_OS_ANDROID)

Expand Down Expand Up @@ -919,3 +916,6 @@ void copyProjAssets()
}

#endif // defined(Q_OS_ANDROID)


} // namespace OpenOrienteering

0 comments on commit 4afec3e

Please sign in to comment.