From ee22a2ed58cf5b68b8804fde95ce56a957c33df2 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 18 Feb 2014 02:34:25 +0100 Subject: TIZEN: Make GPL headers consistent in themselves. --- backends/platform/tizen/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/tizen/system.h') diff --git a/backends/platform/tizen/system.h b/backends/platform/tizen/system.h index b38940cc95..1974055088 100644 --- a/backends/platform/tizen/system.h +++ b/backends/platform/tizen/system.h @@ -11,7 +11,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License -- cgit v1.2.3 From 76a5580930b79007612d466c8d1e58e9b0263399 Mon Sep 17 00:00:00 2001 From: Chris Warren-Smith Date: Sun, 23 Mar 2014 20:30:47 +1000 Subject: TIZEN: fix compile errors --- backends/platform/tizen/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/tizen/system.h') diff --git a/backends/platform/tizen/system.h b/backends/platform/tizen/system.h index 1974055088..3f668baf34 100644 --- a/backends/platform/tizen/system.h +++ b/backends/platform/tizen/system.h @@ -73,7 +73,7 @@ public: bool isClosing() { return _appForm->isClosing(); } TizenGraphicsManager *getGraphics() { - return (TizenGraphicsManager *)_graphicsManager; + return dynamic_cast(_graphicsManager); } private: -- cgit v1.2.3