const correctness

This commit is contained in:
Peter Thorson
2013-01-06 09:15:55 -06:00
parent 77422dec25
commit db6b32b90b

View File

@@ -207,7 +207,7 @@ public:
*
* @return A handle to the connection
*/
connection_hdl get_handle() {
connection_hdl get_handle() const {
return m_connection_hdl;
}