/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2010-2014, Tomasz Sowa * All rights reserved. * */ #include "specialdefault.h" namespace Winix { namespace Fun { SpecialDefault::SpecialDefault() { fun.url = L"-"; } } // namespace } // namespace Winix