head 1.2; access; symbols; locks; strict; comment @// @; 1.2 date 2016.03.02.23.08.22; author ryoon; state dead; branches; next 1.1; commitid CFVkdaGiNxVXF7Xy; 1.1 date 2016.01.13.23.55.42; author joerg; state Exp; branches; next ; commitid G2vyum7NsdoOvPQy; desc @@ 1.2 log @Update to 0.9.3 * Disable debug build Changelog: The engine is written completely and get EPUB 3 support. @ text @$NetBSD: patch-src_Sigil_SourceUpdates_WordUpdates.cpp,v 1.1 2016/01/13 23:55:42 joerg Exp $ --- src/Sigil/SourceUpdates/WordUpdates.cpp.orig 2016-01-12 20:32:16.000000000 +0000 +++ src/Sigil/SourceUpdates/WordUpdates.cpp @@@@ -29,6 +29,8 @@@@ #include "ResourceObjects/HTMLResource.h" #include "SourceUpdates/WordUpdates.h" +using namespace boost::placeholders; + void WordUpdates::UpdateWordInAllFiles(const QList &html_resources, const QString old_word, QString new_word) { QtConcurrent::blockingMap(html_resources, boost::bind(UpdateWordsInOneFile, _1, old_word, new_word)); @ 1.1 log @Newer boost doesn't use the placeholders namespace implicitly. @ text @d1 1 a1 1 $NetBSD$ @