comparison dwtx/jface/text/templates/Template.d @ 146:75302ef3f92f

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:34:04 +0200
parents 02cd5f1224d3
children 3678e4f1a766
comparison
equal deleted inserted replaced
145:02cd5f1224d3 146:75302ef3f92f
57 private /*final*/ String fPattern; 57 private /*final*/ String fPattern;
58 /** 58 /**
59 * The auto insertable property. 59 * The auto insertable property.
60 * @since 3.1 60 * @since 3.1
61 */ 61 */
62 private final bool fIsAutoInsertable; 62 private const bool fIsAutoInsertable;
63 63
64 /** 64 /**
65 * Creates an empty template. 65 * Creates an empty template.
66 */ 66 */
67 public this() { 67 public this() {