Skip to content
Snippets Groups Projects
Commit eddff855 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent bfce0038
No related branches found
No related tags found
No related merge requests found
...@@ -204,7 +204,7 @@ namespace onelabUtils { ...@@ -204,7 +204,7 @@ namespace onelabUtils {
bool updateGraph(const std::string &graphNum) bool updateGraph(const std::string &graphNum)
{ {
bool changed = false; bool changed = false;
#if defined(HAVE_POST)
PView *view = 0; PView *view = 0;
for(unsigned int i = 0; i < PView::list.size(); i++){ for(unsigned int i = 0; i < PView::list.size(); i++){
...@@ -254,7 +254,7 @@ namespace onelabUtils { ...@@ -254,7 +254,7 @@ namespace onelabUtils {
delete view; delete view;
changed = true; changed = true;
} }
#endif
return changed; return changed;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment