objwriter.h

changeset 36
a8838b5f1213
parent 34
0a9a5902beaa
child 37
c349dca807f9
--- a/objwriter.h	Sat Jul 28 17:57:37 2012 +0300
+++ b/objwriter.h	Sun Jul 29 04:02:07 2012 +0300
@@ -82,7 +82,7 @@
 	}
 	
 	// Cannot use default arguments in function templates..
-	void Write (byte stuff) {Write<byte> (stuff);}
+	void Write (word stuff) {Write<word> (stuff);}
 };
 
 #endif // __OBJWRITER_H__
\ No newline at end of file

mercurial