git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bebc775
)
upnpn_intel: Compilation fix.
author
Rémi Duraffort
<ivoire@videolan.org>
Mon, 25 Aug 2008 18:04:56 +0000
(20:04 +0200)
committer
Rémi Duraffort
<ivoire@videolan.org>
Mon, 25 Aug 2008 18:04:56 +0000
(20:04 +0200)
modules/services_discovery/upnp_intel.cpp
patch
|
blob
|
history
diff --git
a/modules/services_discovery/upnp_intel.cpp
b/modules/services_discovery/upnp_intel.cpp
index
b05eef5
..
34b0636
100644
(file)
--- a/
modules/services_discovery/upnp_intel.cpp
+++ b/
modules/services_discovery/upnp_intel.cpp
@@
-88,6
+88,7
@@
class MediaServer;
class MediaServerList;
class Item;
class Container;
+class Lockable;
// Cookie that is passed to the callback
@@
-105,10
+106,14
@@
typedef struct
class Lockable
{
public:
+ Lockable()
+ {
+ vlc_mutex_init( &_mutex );
+ }
Lockable( Cookie* c )
{
-
vlc_mutex_init( &_mutex
);
+
Lockable(
);
}
~Lockable()