~ubuntu-branches/ubuntu/quantal/texmacs/quantal

« back to all changes in this revision

Viewing changes to src/Plugins/Widkit/Input/inputs_list_widget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-04-23 07:09:40 UTC
  • mfrom: (4.1.8 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100423070940-72mjdmdepfgrvo8f
Tags: 1:1.0.7.4-2
Re-upload, former upload failed with wrong diff.gz perhaps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  inputs_list_command_rep (wk_widget w, int i2, int n2):
47
47
    ilw (w.rep), i (i2), n (n2) {}
48
48
  void apply ();
49
 
  ostream& print (ostream& out) {
 
49
  tm_ostream& print (tm_ostream& out) {
50
50
    return out << "Input list command (" << i << ")"; }
51
51
};
52
52