diff options
| author | nyamatongwe <devnull@localhost> | 2000-04-07 12:04:36 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2000-04-07 12:04:36 +0000 |
| commit | 9785733416ef26d325802b81692f6fdc3506be55 (patch) | |
| tree | 337dc33f1d022c7a460caf1e607bac12fe6e7b61 /src/CellBuffer.h | |
| parent | 8cb3d80031a74c832b8a006562a9ef010f2cbe5e (diff) | |
| download | scintilla-mirror-9785733416ef26d325802b81692f6fdc3506be55.tar.gz | |
Changing code to ensure no warnings are produced by compilers.
Diffstat (limited to 'src/CellBuffer.h')
| -rw-r--r-- | src/CellBuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CellBuffer.h b/src/CellBuffer.h index 1d7f57b05..2fcaca3a5 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -172,7 +172,7 @@ public: // Setting styles for positions outside the range of the buffer is safe and has no effect. // True is returned if the style of a character changed. - bool SetStyleAt(int position, char style, char mask=(char)0xff); + bool SetStyleAt(int position, char style, char mask='\377'); bool SetStyleFor(int position, int length, char style, char mask); const char *DeleteChars(int position, int deleteLength); |
