Skip to content
Snippets Groups Projects
Commit 4fdbda44 authored by marco's avatar marco
Browse files

fix broken compilation with ENABLE_IMG=0

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2211 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f6b5bfdf
Branches
Tags
No related merge requests found
......@@ -46,6 +46,8 @@ public slots:
void Delete();
#if OST_IMG_ENABLED
void ViewDensitySlices();
void ShowDownsampledMap();
void ShowOriginalMap();
#endif // OST_IMG_ENABLED
void CopyViews();
void Select();
......@@ -60,8 +62,7 @@ public slots:
void ShowExclusive();
void HideExclusive();
mol::EntityView GetViewUnion();
void ShowDownsampledMap();
void ShowOriginalMap();
private slots:
void SetActiveNodes(gfx::NodePtrList nodes, gfx::EntityP entity, mol::QueryViewWrapperList views);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment