1
0
mirror of https://github.com/wjwwood/serial.git synced 2026-01-23 04:04:54 +08:00

Fixing another issue with the default handler setter.

This commit is contained in:
William Woodall 2012-01-15 20:54:39 -06:00
parent 1bceb66e0e
commit 04f81f23ed

View File

@ -472,7 +472,7 @@ public:
* \see serial::DataCallback, SerialListener::setInfoHandler
*/
void setDefaultHandler(DataCallback default_handler) {
this->default_handler = default_handler;
this->_default_handler = default_handler;
}
/*!