VirtualBox

Changeset 42636 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Aug 6, 2012 6:29:44 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
79832
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestCtrlImplPrivate.h

    r42611 r42636  
    305305 * starting parameters around.
    306306 */
    307 struct GuestProcessStartupInfo
    308 {
     307class GuestProcessStartupInfo
     308{
     309public:
     310
    309311    GuestProcessStartupInfo(void)
    310312        : mFlags(ProcessCreateFlag_None),
     
    332334public:
    333335
    334     GuestProcessStreamValue() { }
     336    GuestProcessStreamValue(void) { }
    335337    GuestProcessStreamValue(const char *pszValue)
    336338        : mValue(pszValue) {}
    337339
    338340    GuestProcessStreamValue(const GuestProcessStreamValue& aThat)
    339            : mValue(aThat.mValue) {}
     341           : mValue(aThat.mValue) { }
    340342
    341343    Utf8Str mValue;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette