Skip to content
Snippets Groups Projects
Commit 88e261a7 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Change nullptr to NULL to compile on Ubuntu 10.04

parent 0c8a360f
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ DECLARE_CRASH_HANDLER
int main(int argc,char *argv[])
{
INSTALL_CRASH_HANDLER
Tango::Util *tg = nullptr;
Tango::Util *tg = NULL;
try
{
// Initialize the device server
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment