Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2009, 9:40:24 PM (15 years ago)
Author:
rgrieder
Message:

Found another few unnecessary includes in util (and added two others that followed due to this change).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/util/Clipboard.cc

    r2710 r3146  
    112112namespace orxonox
    113113{
    114     std::string clipboard = ""; //!< Keeps the text of our internal clipboard
     114    static std::string clipboard = ""; //!< Keeps the text of our internal clipboard
    115115
    116116    /**
     
    129129        @return The text
    130130    */
    131     std::string fromClipboard()
     131    const std::string& fromClipboard()
    132132    {
    133133        return clipboard;
Note: See TracChangeset for help on using the changeset viewer.