changed variable to oneliner because of astyle parser bug
This commit is contained in:
parent
cee7aaca54
commit
ca33a290df
1 changed files with 2 additions and 10 deletions
|
@ -30,17 +30,9 @@ using namespace std;
|
|||
|
||||
const char *tab = " ";
|
||||
|
||||
const char *header = "\n\
|
||||
/*\n\
|
||||
* This file was automatically generated by dbusxx-xml2cpp; DO NOT EDIT!\n\
|
||||
*/\n\
|
||||
\n\
|
||||
";
|
||||
const char *header = "\n/*\n * This file was automatically generated by dbusxx-xml2cpp; DO NOT EDIT!\n */\n\n";
|
||||
|
||||
const char *dbus_includes = "\n\
|
||||
#include <dbus-c++/dbus.h>\n\
|
||||
#include <cassert>\n\
|
||||
";
|
||||
const char *dbus_includes = "\n#include <dbus-c++/dbus.h>\n#include <cassert>\n";
|
||||
|
||||
void underscorize(string &str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue