view generator/global.cpp @ 401:827147052d8d

Corrected typo in CMake error message, fixes #68.
author David Nadlinger <code@klickverbot.at>
date Thu, 17 Mar 2011 19:11:40 +0100
parents e700fa4916e4
children
line wrap: on
line source

#include "global.h"

Global global;

Global::Global()
{
}