Explorar o código

Fixed small naming issue.

cib %!s(int64=12) %!d(string=hai) anos
pai
achega
d3d17c13ea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Core/Contents/Include/PolyObject.h

+ 1 - 1
Core/Contents/Include/PolyObject.h

@@ -80,7 +80,7 @@ namespace Polycode {
 		 * @param out A pointer to the value to write the number value to.
 		 * @return true if this[key] is a number, false otherwise.
 		 */
-		bool readNumberAttribute(String key, Number *out) {
+		bool readNumber(String key, Number *out) {
 			ObjectEntry *child = this->operator[](key);
 
 			if(!child) {