X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/fdc3237504c68a8f89faf2c56fa281df7f2bb972..ace751f59bce350df42188de8389e0b47955090d:/loba_fairstrategy.h?ds=sidebyside

diff --git a/loba_fairstrategy.h b/loba_fairstrategy.h
index 9984c36..e6de7a9 100644
--- a/loba_fairstrategy.h
+++ b/loba_fairstrategy.h
@@ -9,10 +9,10 @@ public:
     ~loba_fairstrategy()                                           { }
 
 private:
-    double load_balance(double my_load);
+    void load_balance();
 };
 
-#endif //!LOBA_SIMPLE
+#endif //!LOBA_FAIR_STRATEGY_H
 
 // Local variables:
 // mode: c++