mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	fixed typo
This commit is contained in:
		| @@ -36,7 +36,7 @@ void CConnection::init() | ||||
| 	boost::asio::ip::tcp::no_delay option(true); | ||||
| 	socket->set_option(option); | ||||
|  | ||||
| 	enableSmartPointerSerializatoin(); | ||||
| 	enableSmartPointerSerialization(); | ||||
| 	disableStackSendingByID(); | ||||
| 	registerTypes(iser); | ||||
| 	registerTypes(oser); | ||||
| @@ -243,7 +243,7 @@ void CConnection::disableSmartPointerSerialization() | ||||
| 	iser.smartPointerSerialization = oser.smartPointerSerialization = false; | ||||
| } | ||||
|  | ||||
| void CConnection::enableSmartPointerSerializatoin() | ||||
| void CConnection::enableSmartPointerSerialization() | ||||
| { | ||||
| 	iser.smartPointerSerialization = oser.smartPointerSerialization = true; | ||||
| } | ||||
| @@ -253,7 +253,7 @@ void CConnection::prepareForSendingHeroes() | ||||
| 	iser.loadedPointers.clear(); | ||||
| 	oser.savedPointers.clear(); | ||||
| 	disableSmartVectorMemberSerialization(); | ||||
| 	enableSmartPointerSerializatoin(); | ||||
| 	enableSmartPointerSerialization(); | ||||
| 	disableStackSendingByID(); | ||||
| } | ||||
|  | ||||
|   | ||||
| @@ -85,7 +85,7 @@ public: | ||||
| 	void disableStackSendingByID(); | ||||
| 	void enableStackSendingByID(); | ||||
| 	void disableSmartPointerSerialization(); | ||||
| 	void enableSmartPointerSerializatoin(); | ||||
| 	void enableSmartPointerSerialization(); | ||||
| 	void disableSmartVectorMemberSerialization(); | ||||
| 	void enableSmartVectorMemberSerializatoin(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user