]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmndata.cpp
use buffered streams to reduce the number of TCP packets used per IPC command from...
[wxWidgets.git] / src / common / cmndata.cpp
index 3c04d1d0b961b7e4b4eca4ecf0014578a3989e5c..8c1309a9df952f079f430eed5cfcd299cec87b10 100644 (file)
@@ -92,7 +92,7 @@ void wxColourData::SetCustomColour(int i, const wxColour& colour)
     m_custColours[i] = colour;
 }
 
-wxColour wxColourData::GetCustomColour(int i)
+wxColour wxColourData::GetCustomColour(int i) const
 {
     wxCHECK_MSG( i >= 0 && i < NUM_CUSTOM, wxColour(0,0,0),
                  _T("custom colour index out of range") );