@@ -15,6 +15,11 @@ | |||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||||
*/ | */ | ||||
#ifdef _MSC_VER | |||||
// instantiated template classes whose methods are defined elsewhere | |||||
# pragma warning(disable:4661) | |||||
#endif | |||||
#include "../Cairo.hpp" | #include "../Cairo.hpp" | ||||
#include "../Color.hpp" | #include "../Color.hpp" | ||||
#include "../ImageBaseWidgets.hpp" | #include "../ImageBaseWidgets.hpp" | ||||
@@ -14,6 +14,11 @@ | |||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||||
*/ | */ | ||||
#ifdef _MSC_VER | |||||
// instantiated template classes whose methods are defined elsewhere | |||||
# pragma warning(disable:4661) | |||||
#endif | |||||
#include "../Geometry.hpp" | #include "../Geometry.hpp" | ||||
#include <cmath> | #include <cmath> | ||||
@@ -14,6 +14,11 @@ | |||||
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | ||||
*/ | */ | ||||
#ifdef _MSC_VER | |||||
// instantiated template classes whose methods are defined elsewhere | |||||
# pragma warning(disable:4661) | |||||
#endif | |||||
#include "../OpenGL.hpp" | #include "../OpenGL.hpp" | ||||
#include "../Color.hpp" | #include "../Color.hpp" | ||||
#include "../ImageWidgets.hpp" | #include "../ImageWidgets.hpp" | ||||