danomatika / joyosc

(maintained) hid device to osc event daemon used in the robotcowboy project
http://robotcowboy.com
GNU General Public License v3.0
41 stars 2 forks source link

Fix Windows build due to tinyxml2 namespace issue #15

Closed danomatika closed 4 months ago

danomatika commented 4 months ago

A simple PR which replaces "using namespace tinyxml2" with using the namespace directly, ie. "tinyxml2:XMLDocument".