OSDN Git Service

[denncoCreator] alpha 2.0 - wrap up
[dennco/denncoCreator.git] / Source / visualizer / component / dcvcreceptor.h
index 148ae1d..52cdc6d 100644 (file)
@@ -37,7 +37,7 @@ public:
     DCVCReceptor(DCReceptor *owner);
 
     virtual DCVCPage *  getPageBelonging() const;
-    virtual bool        isResizingArea(float x, float y, float z) const { return false; }
+    virtual bool        isResizingArea(float x, float y, float z) const {(void)x; (void)y; (void)z; return false; }
 
     bool                isMatrixUpdated() const;
     const float*        getPointMatrix() const;