mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
16 lines
360 B
C++
16 lines
360 B
C++
$NetBSD: patch-kstars_tools_altvstime.cpp,v 1.1 2013/06/23 19:09:15 jperkin Exp $
|
|
|
|
Avoid "sun" conflict.
|
|
|
|
--- kstars/tools/altvstime.cpp.orig 2013-05-03 04:38:11.880302708 +0000
|
|
+++ kstars/tools/altvstime.cpp
|
|
@@ -45,6 +45,8 @@
|
|
#include "avtplotwidget.h"
|
|
#include "ui_altvstime.h"
|
|
|
|
+#undef sun
|
|
+
|
|
AltVsTimeUI::AltVsTimeUI( QWidget *p ) :
|
|
QFrame( p )
|
|
{
|