X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextCache.h;h=410e94eafc2e268cfc0ae096ce0af16ee939e6b3;hb=c0eb43a927a49e054afbdf37e50387065c3d99a4;hp=93df369bb05498b8c4fde5eff392090d39e8996e;hpb=c307b3bd88c8ddb7bbeb3c42824c66a3b19d606b;p=lyx.git diff --git a/src/TextCache.h b/src/TextCache.h index 93df369bb0..410e94eafc 100644 --- a/src/TextCache.h +++ b/src/TextCache.h @@ -1,8 +1,8 @@ // -*- C++ -*- /* This file is part of - * ====================================================== - * - * LyX, The Document Processor + * ====================================================== + * + * LyX, The Document Processor * Copyright 1995 Matthias Ettrich * Copyright 1995-2001 The LyX Team * @@ -59,7 +59,7 @@ // I believe there are only three possible scenarios where the two first // are also covered by the third. // - The simplest scenario is what we have now, a single -// BufferView only. +// BufferView only. // o Opening // Nothing to do with the TextCache is done when opening a file. // o Switching @@ -114,7 +114,7 @@ class TextCache { public: /// typedef std::map > Cache; - + /// typedef Cache::value_type value_type;