Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Konsole
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
24
Merge Requests
24
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Utilities
Konsole
Commits
80a3b9e6
Commit
80a3b9e6
authored
Feb 19, 2010
by
Kurt Hindenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
align the declaration with the defination
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1092491
parent
9388c10a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/History.cpp
src/History.cpp
+2
-2
No files found.
src/History.cpp
View file @
80a3b9e6
...
...
@@ -353,7 +353,7 @@ bool HistoryScrollBuffer::isWrappedLine(int lineNumber)
return
false
;
}
void
HistoryScrollBuffer
::
getCells
(
int
lineNumber
,
int
startColumn
,
int
count
,
Character
*
buffer
)
void
HistoryScrollBuffer
::
getCells
(
int
lineNumber
,
int
startColumn
,
int
count
,
Character
buffer
[]
)
{
if
(
count
==
0
)
return
;
...
...
@@ -753,7 +753,7 @@ int CompactHistoryScroll::getLineLen ( int lineNumber )
}
void
CompactHistoryScroll
::
getCells
(
int
lineNumber
,
int
startColumn
,
int
count
,
Character
*
buffer
)
void
CompactHistoryScroll
::
getCells
(
int
lineNumber
,
int
startColumn
,
int
count
,
Character
buffer
[]
)
{
if
(
count
==
0
)
return
;
Q_ASSERT
(
lineNumber
<
lines
.
size
()
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment