[pkg-d-commits] [ldc] 130/211: Fix privacy issue with Logger code.

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit 54e45490cc22a8a99307a937222eab49620a4027
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Tue Nov 8 11:35:47 2016 +0100

    Fix privacy issue with Logger code.
---
 gen/logger.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gen/logger.d b/gen/logger.d
index 53a3ac5..323e227 100644
--- a/gen/logger.d
+++ b/gen/logger.d
@@ -18,7 +18,7 @@ extern (C++, Logger)
 {
     void indent();
     void undent();
-    private void printIndentation();
+    void printIndentation();
 }
 
 struct Log

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list