tools/runonphone/serenum_win.cpp
changeset 33 3e2da88830cd
parent 18 2f34d5167611
--- a/tools/runonphone/serenum_win.cpp	Tue Jul 06 15:10:48 2010 +0300
+++ b/tools/runonphone/serenum_win.cpp	Wed Aug 18 10:37:55 2010 +0300
@@ -53,7 +53,7 @@
 //{4d36e978-e325-11ce-bfc1-08002be10318}
 //DEFINE_GUID(GUID_DEVCLASS_PORTS, 0x4D36E978, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18 );
 
-QList<SerialPortId> enumerateSerialPorts()
+QList<SerialPortId> enumerateSerialPorts(int)
 {
     DWORD index=0;
     SP_DEVINFO_DATA info;