Sfoglia il codice sorgente

Fix overloaded virtual method hiding warning on OS X

Nur Monson 12 anni fa
parent
commit
179a2911f2
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Modules/Contents/TUIO/Include/TuioObject.h

+ 2 - 0
Modules/Contents/TUIO/Include/TuioObject.h

@@ -109,6 +109,8 @@ namespace TUIO {
 		 */
 		 */
 		~TuioObject() {};
 		~TuioObject() {};
 		
 		
+		using TuioContainer::update;
+
 		/**
 		/**
 		 * Takes a TuioTime argument and assigns it along with the provided 
 		 * Takes a TuioTime argument and assigns it along with the provided 
 		 * X and Y coordinate, angle, X and Y velocity, motion acceleration,
 		 * X and Y coordinate, angle, X and Y velocity, motion acceleration,