[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:21:58 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=dc290b9

The following commit has been merged in the master branch:
commit dc290b9af2b6c7fd6004bb30db4d5e1602f89380
Author: Lasath Fernando <kde at lasath.org>
Date:   Fri May 4 09:51:58 2012 +1000

    Fix compile error in SyncProcessor
    
    Regeression from last commit.
    
    The destructor wasn't in the header, so the compiler was complaining.
    This adds it, so all is well again :)
---
 tests/sync-processor.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/sync-processor.h b/tests/sync-processor.h
index e37a466..7ae999e 100644
--- a/tests/sync-processor.h
+++ b/tests/sync-processor.h
@@ -26,6 +26,7 @@ class SyncProcessor
 
 public:
     SyncProcessor();
+    ~SyncProcessor();
 
     Message processIncommingMessage(const Tp::ReceivedMessage& message);
     Message processOutGoingMessage ( Tp::Message message );

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list