~mc-return/compiz/compiz.merge-src-header-files-cleanup

« back to all changes in this revision

Viewing changes to src/outputdevices.h

  • Committer: MC Return
  • Date: 2013-06-20 05:56:13 UTC
  • mfrom: (3724.2.16 0.9.10)
  • Revision ID: mc.return@gmx.net-20130620055613-8dp00nmw2jpm3ptu
Merged latest lp:compiz and fixed conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    // Even better, use begin() and end() return const_iterators
70
70
    // BUT this is exported directly through API - which makes changing
71
71
    // it a PITA.
72
 
    CompOutput::vector& getOutputDevs()
 
72
    CompOutput::vector &getOutputDevs ()
73
73
    {
74
74
        return outputDevs;
75
75
    }