From 1764c1c33439ed02b8740705b81ab074b55bcd51 Mon Sep 17 00:00:00 2001 From: Duan Yao Date: Sat, 7 Jun 2014 09:02:51 +0800 Subject: [PATCH] fix travis build --- src/Param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Param.h b/src/Param.h index 806f837..8d19361 100644 --- a/src/Param.h +++ b/src/Param.h @@ -63,7 +63,7 @@ struct Param // background image std::string bg_format; - int svg_nodes_limit = 0; + int svg_nodes_limit; // encryption std::string owner_password, user_password;