diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-10-16 20:22:02 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2013-10-16 20:22:02 +0300 |
commit | f7b100cc0440d628c742f18ca1052144cf330366 (patch) | |
tree | 825aed17228e9cc0511f78129fe422252a5dd066 /scintilla/src/ViewStyle.h | |
parent | 89d33e9accdf452ddb421b2967db26e3ebb52e06 (diff) | |
download | notepad2-mod-f7b100cc0440d628c742f18ca1052144cf330366.zip notepad2-mod-f7b100cc0440d628c742f18ca1052144cf330366.tar.gz notepad2-mod-f7b100cc0440d628c742f18ca1052144cf330366.tar.bz2 |
Update Scintilla to v3.3.6 [da3cbb]
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index f795993..3384f11 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -180,7 +180,7 @@ private: void AllocStyles(size_t sizeNew);
void CreateFont(const FontSpecification &fs);
FontRealised *Find(const FontSpecification &fs);
- void FindMaxAscentDescent(unsigned int &maxAscent, unsigned int &maxDescent);
+ void FindMaxAscentDescent();
// Private so can only be copied through copy constructor which ensures font names initialised correctly
ViewStyle &operator=(const ViewStyle &);
};
|