Fixed some windows issues and got rid of a few tiny warnings while at it.

This commit is contained in:
Alexander "Ace" Olofsson 2012-07-07 01:14:18 +02:00
parent 1a5203749f
commit 113457d934
9 changed files with 14 additions and 6 deletions

View file

@ -12,6 +12,10 @@ namespace MWGui
{
}
ReferenceInterface::~ReferenceInterface()
{
}
void ReferenceInterface::checkReferenceAvailable()
{
if (mPtr.isEmpty())