jreznik pushed to taskjuggler (epel7). "fixed typo - shown as gcc43 error/double declaration"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 2 16:17:41 UTC 2015


>From 14905936839430fcaf277dfb1f820fd2add2c119 Mon Sep 17 00:00:00 2001
From: Ondrej Vasik <ovasik at fedoraproject.org>
Date: Wed, 13 Feb 2008 13:24:54 +0000
Subject: fixed typo - shown as gcc43 error/double declaration


diff --git a/taskjuggler-2.4.0-gcc43.patch b/taskjuggler-2.4.0-gcc43.patch
index a55ceda..20b3595 100644
--- a/taskjuggler-2.4.0-gcc43.patch
+++ b/taskjuggler-2.4.0-gcc43.patch
@@ -21,3 +21,15 @@ diff -urNp taskjuggler-2.4.0-orig/taskjuggler/ProjectFile.cpp taskjuggler-2.4.0/
  
  #include <qtextstream.h>
  #include <qregexp.h>
+diff -urNp taskjuggler-2.4.0-orig/taskjuggler/Scenario.h taskjuggler-2.4.0/taskjuggler/Scenario.h
+--- taskjuggler-2.4.0-orig/taskjuggler/Scenario.h	2007-07-01 17:32:12.000000000 +0200
++++ taskjuggler-2.4.0/taskjuggler/Scenario.h	2008-02-13 14:12:27.000000000 +0100
+@@ -23,7 +23,7 @@ class Scenario : public CoreAttributes
+                                                CoreAttributes* c2,
+                                                int level);
+ public:
+-    Scenario(Project* p, const QString& i, const QString& n, Scenario* p);
++    Scenario(Project* p, const QString& i, const QString& n, Scenario* pr);
+     virtual ~Scenario();
+ 
+     virtual CAType getType() const { return CA_Scenario; }
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/taskjuggler.git/commit/?h=epel7&id=14905936839430fcaf277dfb1f820fd2add2c119


More information about the scm-commits mailing list