Package: libxdo-dev Version: 1:2.20110530.1-3 Severity: minor Forwarded: http://code.google.com/p/semicomplete/issues/detail?id=60
xdo.h includes the name "class" which is a reserved keyword in c++.
This prevents including it in a C++ program:
extern "C" {
#include <xdo.h>
}
g++ file.cpp
In file included from test.cpp:2:0:
/usr/include/xdo.h:530:37: error: expected ',' or '...' before 'class'
please rename or remove the parameter.
signature.asc
Description: OpenPGP digital signature

