Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2003)

Issue 249110043: Mark mark_smob ()/print_smob (...) member functions as const (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 10 months ago by dak
Modified:
8 years, 9 months ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Mark mark_smob ()/print_smob (...) member functions as const

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -118 lines) Patch
M lily/all-font-metrics.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/book.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/context.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/context-def.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/context-mod.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/context-property.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/dispatcher.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/duration.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/font-metric.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/grob-array.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/grob-smob.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/all-font-metrics.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/book.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/context.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/context-def.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/context-mod.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/dispatcher.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/duration.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/font-metric.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/grob.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/grob-array.hh View 2 chunks +3 lines, -3 lines 0 comments Download
M lily/include/input.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/lily-lexer.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/lily-parser.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/listener.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/moment.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/music-function.hh View 1 chunk +3 lines, -3 lines 0 comments Download
M lily/include/music-iterator.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/music-output.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/output-def.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/page-marker.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/paper-book.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/paper-outputter.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/pitch.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/prob.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/scm-hash.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/score.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/simple-closure.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/small-smobs.hh View 3 chunks +3 lines, -3 lines 0 comments Download
M lily/include/smobs.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/smobs.tcc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/include/source-file.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/stencil.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/include/translator.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/translator-group.hh View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/include/unpure-pure-container.hh View 1 chunk +1 line, -1 line 0 comments Download
M lily/input-smob.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/lily-lexer.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/lily-parser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/moment.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/music-function.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/music-iterator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/music-output.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/output-def.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/page-marker.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/paper-book.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/paper-outputter.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/pitch.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/prob.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/scm-hash.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/score.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/simple-closure.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/source-file.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M lily/stencil.cc View 1 chunk +1 line, -1 line 0 comments Download
M lily/translator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/translator-group.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M lily/undead.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M lily/unpure-pure-container.cc View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b